home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / frexxedv10.lha / fpl / WordWrap.FPL.README < prev    next >
Encoding:
Text File  |  1994-09-22  |  972 b   |  30 lines

  1. ############################################
  2. File: WordWrap.FPL
  3. Author: Daniel Stenberg
  4. Email: email: dast@sth.frontec.se, FidoNet 2:201/328
  5. Short description: Wraps the line at a certain column
  6. Version: 1.1
  7. Date: 4.8.94
  8. Local settings: "wordwrap", "wall_right"
  9. Global settings:
  10. Keysequence:
  11. Type: Hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   When the local setting "wordwrap" is enabled, all outputs are checked if
  17. they pass the column "wall_right". If they do, they will be wrapped and the
  18. writing continues on the line below!
  19.  
  20. BUGS
  21.   It is a hook on Output() which means that only when the check is done only
  22. when things are written, not backspaced or deleted text. This _can_ although
  23. be done if anyone just modifies the script a bit!
  24.  
  25.   If you switch on 'wordwrap' and outputs in a line that already is many words
  26. wider than the right border, the result won't be satisfying! :(
  27.  
  28. HISTORY
  29.  1.1 - Set the 'W'-flag in the settings enabling save.
  30.